From: Stefan Monnier Date: Mon, 15 Jun 2009 20:55:53 +0000 (+0000) Subject: (vc-default-revision-granularity): Remove to let the normal X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~380 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06bf8259ecda10aea4e80ba7780de14be42d6b22;p=emacs.git (vc-default-revision-granularity): Remove to let the normal error handling kick in (bug#3570). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb277f2e705..ddb24f4cc1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 Stefan Monnier + + * vc.el (vc-default-revision-granularity): Remove to let the normal + error handling kick in (bug#3570). + 2009-06-13 Chong Yidong * simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to diff --git a/lisp/vc.el b/lisp/vc.el index bbef5df756b..3e8cdeeb585 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2247,11 +2247,6 @@ log entries should be gathered." (vc-call-backend (vc-responsible-backend default-directory) 'update-changelog args)) -;;; The default back end. Assumes RCS-like revision numbering. - -(defun vc-default-revision-granularity () - (error "Your backend will not work with this version of VC mode.")) - ;; functions that operate on RCS revision numbers. This code should ;; also be moved into the backends. It stays for now, however, since ;; it is used in code below.